projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432fb78
)
(Fwindow_fringes): Doc fix.
author
Kim F. Storm
<storm@cua.dk>
Thu, 12 Feb 2004 12:12:41 +0000
(12:12 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 12 Feb 2004 12:12:41 +0000
(12:12 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 399b40c526d3fd0aa8fc34e1869e2f544f355123..af0f6c3c0b5d466dd4fe97577b37cd826f205aa5 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-6016,9
+6016,7
@@
DEFUN ("window-fringes", Fwindow_fringes, Swindow_fringes,
0, 1, 0,
doc: /* Get width of fringes of window WINDOW.
If WINDOW is omitted or nil, use the currently selected window.
-Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS).
-If a window specific fringe width is not set, its width will be returned
-as nil. */)
+Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS). */)
(window)
Lisp_Object window;
{